home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / apps / math / lpsolves.zoo / ex1.lp < prev    next >
Encoding:
Text File  |  1992-08-09  |  56 b   |  7 lines

  1. -x1 + 2 x2;
  2. 2x1 + x2 < 5;
  3. -4 x1 + 4 x2 <5;
  4.  
  5. int x2,x1;
  6.  
  7.